core: Make mkdir -p function safer
authorColin Walters <walters@verbum.org>
Fri, 12 Oct 2012 19:10:39 +0000 (15:10 -0400)
committerColin Walters <walters@verbum.org>
Fri, 12 Oct 2012 19:10:39 +0000 (15:10 -0400)
commit4436ed34d8da0f3caef0e6e41eebcb771b941096
treee2c4d4db0e8c78fab815ef4a313f7b3713b6d6c4
parent238da603b8646c7cca6e27fe901c8bb478fbd928
core: Make mkdir -p function safer

Recursing here is just a more obvious way to do it, rather than
relying on the semantics of g_file_make_directory_with_parents().
src/libotutil/ot-gio-utils.c